home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Thoughtful / HyperSense.app / English.lproj / LayerPanel.nib / data.classes next >
Text File  |  1994-09-22  |  320b  |  26 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. LayerPanel = {
  7.     ACTIONS = {
  8.     selectLayer:;
  9.     remove:;
  10.     selectPage:;
  11.     hide:;
  12.     windowDidResize:;
  13.     windowDidUpdate:;
  14.     show:;
  15.     addALayer:;
  16.     };
  17.     OUTLETS = {
  18.     panel;
  19.     pageButton;
  20.     addLayer;
  21.     browser;
  22.     actionMenu;
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26.